Html Css Color HEX #CB7F0F Ochre

📋 copy color: '#CB7F0F'

red 203 ◦ green 127 ◦ blue 15

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

Shades of Ochre #CB7F0F

Tints of Ochre #CB7F0F

RGB

 RED value IS 203 (79.69% from 255) = 58.84%

 GREEN value IS 127 (50% from 255) = 36.81%

 BLUE value IS 15 (6.25% from 255) = 4.35%

R = 58.84%
G = 36.81%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CB7F0F (or 0xCB7F0F) is known color: Ochre. HEX triplet: CB, 7F and 0F. RGB value is (203,127,15). Sum of RGB (Red+Green+Blue) = 203+127+15=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7F0F is #3480F0. Grayscale: #898989. Windows color (decimal): -3440881 or 1015755. OLE color: 1015755.

HSL color Cylindrical-coordinate representation of color #CB7F0F: hue angle of 35.74º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB7F0F is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 127 15 -
CMYK 0 0.37 0.93 0.20
HSL 35.74º 0.86% 0.43% -
HSV(B) 35.74º 0.93% 0.8% -
XYZ 32.3 27.91 4.14 -
YUV 136.96 59.18 175.11 -
System Red Green Blue C M Y K H S L
Decimal 203 127 15 0 0.37 0.93 0.20 35.74 0.86 0.43
Hex CB 7F F 0 25 5D 14 24 56 2B
Octal 313 177 17 0 45 135 24 44 126 53
Binary 11001011 1111111 1111 0 100101 1011101 10100 100100 1010110 101011

Color Harmonies of #CB7F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7F0F

Black with #CB7F0F

Text Example


Text Example

White with #CB7F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7F0F; }

 p { color: rgb(203,127,15); }

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

background-color css

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

 a { background-color: rgb(203,127,15); }

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

border-color css

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

 span { border-color: rgb(203,127,15); }

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