Html Css Color HEX #CB7414 Ochre

📋 copy color: '#CB7414'

red 203 ◦ green 116 ◦ blue 20

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

Shades of Ochre #CB7414

Tints of Ochre #CB7414

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.22%

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

R = 59.88%
G = 34.22%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB7414 (or 0xCB7414) is known color: Ochre. HEX triplet: CB, 74 and 14. RGB value is (203,116,20). Sum of RGB (Red+Green+Blue) = 203+116+20=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7414 is #348BEB. Grayscale: #838383. Windows color (decimal): -3443692 or 1340619. OLE color: 1340619.

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

Color convert

RGB 203 116 20 -
CMYK 0 0.43 0.90 0.20
HSL 31.48º 0.82% 0.44% -
HSV(B) 31.48º 0.9% 0.8% -
XYZ 31 25.24 3.9 -
YUV 131.07 65.32 179.31 -
System Red Green Blue C M Y K H S L
Decimal 203 116 20 0 0.43 0.90 0.20 31.48 0.82 0.44
Hex CB 74 14 0 2B 5A 14 1F 52 2C
Octal 313 164 24 0 53 132 24 37 122 54
Binary 11001011 1110100 10100 0 101011 1011010 10100 11111 1010010 101100

Color Harmonies of #CB7414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7414

Black with #CB7414

Text Example


Text Example

White with #CB7414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7414; }

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

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

background-color css

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

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

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

border-color css

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

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

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