Html Css Color HEX #CB7F14 Ochre

📋 copy color: '#CB7F14'

red 203 ◦ green 127 ◦ blue 20

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

Shades of Ochre #CB7F14

Tints of Ochre #CB7F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.71%

R = 58%
G = 36.29%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB7F14 (or 0xCB7F14) is known color: Ochre. HEX triplet: CB, 7F and 14. RGB value is (203,127,20). Sum of RGB (Red+Green+Blue) = 203+127+20=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7F14 is #3480EB. Grayscale: #8A8A8A. Windows color (decimal): -3440876 or 1343435. OLE color: 1343435.

HSL color Cylindrical-coordinate representation of color #CB7F14: hue angle of 35.08º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB7F14 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 127 20 -
CMYK 0 0.37 0.90 0.20
HSL 35.08º 0.82% 0.44% -
HSV(B) 35.08º 0.9% 0.8% -
XYZ 32.34 27.93 4.35 -
YUV 137.53 61.68 174.7 -
System Red Green Blue C M Y K H S L
Decimal 203 127 20 0 0.37 0.90 0.20 35.08 0.82 0.44
Hex CB 7F 14 0 25 5A 14 23 52 2C
Octal 313 177 24 0 45 132 24 43 122 54
Binary 11001011 1111111 10100 0 100101 1011010 10100 100011 1010010 101100

Color Harmonies of #CB7F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7F14

Black with #CB7F14

Text Example


Text Example

White with #CB7F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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