Html Css Color HEX #CB770D Ochre

📋 copy color: '#CB770D'

red 203 ◦ green 119 ◦ blue 13

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

Shades of Ochre #CB770D

Tints of Ochre #CB770D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.52%

 BLUE value IS 13 (5.47% from 255) = 3.88%

R = 60.6%
G = 35.52%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB770D (or 0xCB770D) is known color: Ochre. HEX triplet: CB, 77 and 0D. RGB value is (203,119,13). Sum of RGB (Red+Green+Blue) = 203+119+13=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB770D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB770D is #3488F2. Grayscale: #848484. Windows color (decimal): -3442931 or 882635. OLE color: 882635.

HSL color Cylindrical-coordinate representation of color #CB770D: hue angle of 33.47º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB770D is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 119 13 -
CMYK 0 0.41 0.94 0.20
HSL 33.47º 0.88% 0.42% -
HSV(B) 33.47º 0.94% 0.8% -
XYZ 31.3 25.92 3.73 -
YUV 132.03 60.83 178.62 -
System Red Green Blue C M Y K H S L
Decimal 203 119 13 0 0.41 0.94 0.20 33.47 0.88 0.42
Hex CB 77 D 0 29 5E 14 21 58 2A
Octal 313 167 15 0 51 136 24 41 130 52
Binary 11001011 1110111 1101 0 101001 1011110 10100 100001 1011000 101010

Color Harmonies of #CB770D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB770D

Black with #CB770D

Text Example


Text Example

White with #CB770D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB770D; }

 p { color: rgb(203,119,13); }

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

background-color css

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

 a { background-color: rgb(203,119,13); }

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

border-color css

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

 span { border-color: rgb(203,119,13); }

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