Html Css Color HEX #CF8719 Ochre

📋 copy color: '#CF8719'

red 207 ◦ green 135 ◦ blue 25

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

Shades of Ochre #CF8719

Tints of Ochre #CF8719

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.78%

 BLUE value IS 25 (10.16% from 255) = 6.81%

R = 56.4%
G = 36.78%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF8719 (or 0xCF8719) is known color: Ochre. HEX triplet: CF, 87 and 19. RGB value is (207,135,25). Sum of RGB (Red+Green+Blue) = 207+135+25=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 25 (10.16% from 255 or 6.81% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8719 is #3078E6. Grayscale: #909090. Windows color (decimal): -3176679 or 1673167. OLE color: 1673167.

HSL color Cylindrical-coordinate representation of color #CF8719: hue angle of 36.26º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF8719 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 135 25 -
CMYK 0 0.35 0.88 0.19
HSL 36.26º 0.78% 0.45% -
HSV(B) 36.26º 0.88% 0.81% -
XYZ 34.57 30.66 5.02 -
YUV 143.99 60.85 172.94 -
System Red Green Blue C M Y K H S L
Decimal 207 135 25 0 0.35 0.88 0.19 36.26 0.78 0.45
Hex CF 87 19 0 23 58 13 24 4E 2D
Octal 317 207 31 0 43 130 23 44 116 55
Binary 11001111 10000111 11001 0 100011 1011000 10011 100100 1001110 101101

Color Harmonies of #CF8719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8719

Black with #CF8719

Text Example


Text Example

White with #CF8719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8719; }

 p { color: rgb(207,135,25); }

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

background-color css

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

 a { background-color: rgb(207,135,25); }

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

border-color css

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

 span { border-color: rgb(207,135,25); }

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