Html Css Color HEX #CB7214 Ochre

📋 copy color: '#CB7214'

red 203 ◦ green 114 ◦ blue 20

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

Shades of Ochre #CB7214

Tints of Ochre #CB7214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.83%

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

R = 60.24%
G = 33.83%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB7214 (or 0xCB7214) is known color: Ochre. HEX triplet: CB, 72 and 14. RGB value is (203,114,20). Sum of RGB (Red+Green+Blue) = 203+114+20=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7214 is #348DEB. Grayscale: #828282. Windows color (decimal): -3444204 or 1340107. OLE color: 1340107.

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

Color convert

RGB 203 114 20 -
CMYK 0 0.44 0.90 0.20
HSL 30.82º 0.82% 0.44% -
HSV(B) 30.82º 0.9% 0.8% -
XYZ 30.77 24.78 3.82 -
YUV 129.9 65.99 180.14 -
System Red Green Blue C M Y K H S L
Decimal 203 114 20 0 0.44 0.90 0.20 30.82 0.82 0.44
Hex CB 72 14 0 2C 5A 14 1F 52 2C
Octal 313 162 24 0 54 132 24 37 122 54
Binary 11001011 1110010 10100 0 101100 1011010 10100 11111 1010010 101100

Color Harmonies of #CB7214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7214

Black with #CB7214

Text Example


Text Example

White with #CB7214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7214; }

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

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

background-color css

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

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

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

border-color css

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

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

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