Html Css Color HEX #CF7523 Ochre

📋 copy color: '#CF7523'

red 207 ◦ green 117 ◦ blue 35

#CF7523
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CF7523

Tints of Ochre #CF7523

RGB

 RED value IS 207 (81.25% from 255) = 57.66%

 GREEN value IS 117 (46.09% from 255) = 32.59%

 BLUE value IS 35 (14.06% from 255) = 9.75%

R = 57.66%
G = 32.59%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF7523 (or 0xCF7523) is known color: Ochre. HEX triplet: CF, 75 and 23. RGB value is (207,117,35). Sum of RGB (Red+Green+Blue) = 207+117+35=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 35 (14.06% from 255 or 9.75% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7523 is #308ADC. Grayscale: #868686. Windows color (decimal): -3181277 or 2323919. OLE color: 2323919.

HSL color Cylindrical-coordinate representation of color #CF7523: hue angle of 28.6º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF7523 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 117 35 -
CMYK 0 0.43 0.83 0.19
HSL 28.6º 0.71% 0.47% -
HSV(B) 28.6º 0.83% 0.81% -
XYZ 32.4 26.11 4.92 -
YUV 134.56 71.82 179.67 -
System Red Green Blue C M Y K H S L
Decimal 207 117 35 0 0.43 0.83 0.19 28.6 0.71 0.47
Hex CF 75 23 0 2B 53 13 1D 47 2F
Octal 317 165 43 0 53 123 23 35 107 57
Binary 11001111 1110101 100011 0 101011 1010011 10011 11101 1000111 101111

Color Harmonies of #CF7523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7523

Black with #CF7523

Text Example


Text Example

White with #CF7523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7523; }

 p { color: rgb(207,117,35); }

 H1.HeaderClassName
 {
   color: #CF7523;
 }
 .AnyTagClassName
 {
   color: #CF7523;
 }
</style>

background-color css

<style>
 a { background-color: #CF7523; }

 a { background-color: rgb(207,117,35); }

 div.DivClassName
 {
   background-color: #CF7523;
 }
 .BgClassName
 {
   background-color: #CF7523;
 }
</style>

border-color css

<style>
 span { border-color: #CF7523; }

 span { border-color: rgb(207,117,35); }

 td.TdClassName
 {
   border-color: #CF7523;
 }
 .TagClassName
 {
   border-color: #CF7523;
 }
</style>