Html Css Color HEX #CB780F Ochre

📋 copy color: '#CB780F'

red 203 ◦ green 120 ◦ blue 15

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

Shades of Ochre #CB780F

Tints of Ochre #CB780F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.5%

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

R = 60.06%
G = 35.5%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CB780F (or 0xCB780F) is known color: Ochre. HEX triplet: CB, 78 and 0F. RGB value is (203,120,15). Sum of RGB (Red+Green+Blue) = 203+120+15=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB780F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB780F is #3487F0. Grayscale: #858585. Windows color (decimal): -3442673 or 1013963. OLE color: 1013963.

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

Color convert

RGB 203 120 15 -
CMYK 0 0.41 0.93 0.20
HSL 33.51º 0.86% 0.43% -
HSV(B) 33.51º 0.93% 0.8% -
XYZ 31.43 26.16 3.85 -
YUV 132.85 61.5 178.04 -
System Red Green Blue C M Y K H S L
Decimal 203 120 15 0 0.41 0.93 0.20 33.51 0.86 0.43
Hex CB 78 F 0 29 5D 14 22 56 2B
Octal 313 170 17 0 51 135 24 42 126 53
Binary 11001011 1111000 1111 0 101001 1011101 10100 100010 1010110 101011

Color Harmonies of #CB780F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB780F

Black with #CB780F

Text Example


Text Example

White with #CB780F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB780F; }

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

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

background-color css

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

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

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

border-color css

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

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

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