Html Css Color HEX #CB7914 Ochre

📋 copy color: '#CB7914'

red 203 ◦ green 121 ◦ blue 20

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

Shades of Ochre #CB7914

Tints of Ochre #CB7914

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.17%

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

R = 59.01%
G = 35.17%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB7914 (or 0xCB7914) is known color: Ochre. HEX triplet: CB, 79 and 14. RGB value is (203,121,20). Sum of RGB (Red+Green+Blue) = 203+121+20=344 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.01% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7914 is #3486EB. Grayscale: #868686. Windows color (decimal): -3442412 or 1341899. OLE color: 1341899.

HSL color Cylindrical-coordinate representation of color #CB7914: hue angle of 33.11º 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 #CB7914 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 121 20 -
CMYK 0 0.40 0.90 0.20
HSL 33.11º 0.82% 0.44% -
HSV(B) 33.11º 0.9% 0.8% -
XYZ 31.59 26.42 4.1 -
YUV 134 63.67 177.21 -
System Red Green Blue C M Y K H S L
Decimal 203 121 20 0 0.40 0.90 0.20 33.11 0.82 0.44
Hex CB 79 14 0 28 5A 14 21 52 2C
Octal 313 171 24 0 50 132 24 41 122 54
Binary 11001011 1111001 10100 0 101000 1011010 10100 100001 1010010 101100

Color Harmonies of #CB7914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7914

Black with #CB7914

Text Example


Text Example

White with #CB7914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7914; }

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

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

background-color css

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

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

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

border-color css

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

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

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