Html Css Color HEX #CF8413 Ochre

📋 copy color: '#CF8413'

red 207 ◦ green 132 ◦ blue 19

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

Shades of Ochre #CF8413

Tints of Ochre #CF8413

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.87%

 BLUE value IS 19 (7.81% from 255) = 5.31%

R = 57.82%
G = 36.87%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF8413 (or 0xCF8413) is known color: Ochre. HEX triplet: CF, 84 and 13. RGB value is (207,132,19). Sum of RGB (Red+Green+Blue) = 207+132+19=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8413 is #307BEC. Grayscale: #8E8E8E. Windows color (decimal): -3177453 or 1279183. OLE color: 1279183.

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

Color convert

RGB 207 132 19 -
CMYK 0 0.36 0.91 0.19
HSL 36.06º 0.83% 0.44% -
HSV(B) 36.06º 0.91% 0.81% -
XYZ 34.1 29.81 4.57 -
YUV 141.54 58.85 174.69 -
System Red Green Blue C M Y K H S L
Decimal 207 132 19 0 0.36 0.91 0.19 36.06 0.83 0.44
Hex CF 84 13 0 24 5B 13 24 53 2C
Octal 317 204 23 0 44 133 23 44 123 54
Binary 11001111 10000100 10011 0 100100 1011011 10011 100100 1010011 101100

Color Harmonies of #CF8413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8413

Black with #CF8413

Text Example


Text Example

White with #CF8413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8413; }

 p { color: rgb(207,132,19); }

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

background-color css

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

 a { background-color: rgb(207,132,19); }

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

border-color css

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

 span { border-color: rgb(207,132,19); }

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