Html Css Color HEX #CB790D Ochre

📋 copy color: '#CB790D'

red 203 ◦ green 121 ◦ blue 13

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

Shades of Ochre #CB790D

Tints of Ochre #CB790D

RGB

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

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

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

R = 60.24%
G = 35.91%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB790D (or 0xCB790D) is known color: Ochre. HEX triplet: CB, 79 and 0D. RGB value is (203,121,13). Sum of RGB (Red+Green+Blue) = 203+121+13=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB790D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB790D is #3486F2. Grayscale: #858585. Windows color (decimal): -3442419 or 883147. OLE color: 883147.

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

Color convert

RGB 203 121 13 -
CMYK 0 0.40 0.94 0.20
HSL 34.11º 0.88% 0.42% -
HSV(B) 34.11º 0.94% 0.8% -
XYZ 31.54 26.4 3.81 -
YUV 133.21 60.17 177.78 -
System Red Green Blue C M Y K H S L
Decimal 203 121 13 0 0.40 0.94 0.20 34.11 0.88 0.42
Hex CB 79 D 0 28 5E 14 22 58 2A
Octal 313 171 15 0 50 136 24 42 130 52
Binary 11001011 1111001 1101 0 101000 1011110 10100 100010 1011000 101010

Color Harmonies of #CB790D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB790D

Black with #CB790D

Text Example


Text Example

White with #CB790D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB790D; }

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

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

background-color css

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

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

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

border-color css

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

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

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