Html Css Color HEX #CB790F Ochre

📋 copy color: '#CB790F'

red 203 ◦ green 121 ◦ blue 15

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

Shades of Ochre #CB790F

Tints of Ochre #CB790F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.42%

R = 59.88%
G = 35.69%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CB790F (or 0xCB790F) is known color: Ochre. HEX triplet: CB, 79 and 0F. RGB value is (203,121,15). Sum of RGB (Red+Green+Blue) = 203+121+15=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB790F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB790F is #3486F0. Grayscale: #858585. Windows color (decimal): -3442417 or 1014219. OLE color: 1014219.

HSL color Cylindrical-coordinate representation of color #CB790F: hue angle of 33.83º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB790F is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 121 15 -
CMYK 0 0.40 0.93 0.20
HSL 33.83º 0.86% 0.43% -
HSV(B) 33.83º 0.93% 0.8% -
XYZ 31.55 26.41 3.89 -
YUV 133.43 61.17 177.62 -
System Red Green Blue C M Y K H S L
Decimal 203 121 15 0 0.40 0.93 0.20 33.83 0.86 0.43
Hex CB 79 F 0 28 5D 14 22 56 2B
Octal 313 171 17 0 50 135 24 42 126 53
Binary 11001011 1111001 1111 0 101000 1011101 10100 100010 1010110 101011

Color Harmonies of #CB790F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB790F

Black with #CB790F

Text Example


Text Example

White with #CB790F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB790F; }

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

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

background-color css

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

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

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

border-color css

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

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

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