Html Css Color HEX #CB781D Ochre

📋 copy color: '#CB781D'

red 203 ◦ green 120 ◦ blue 29

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

Shades of Ochre #CB781D

Tints of Ochre #CB781D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.24%

R = 57.67%
G = 34.09%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB781D (or 0xCB781D) is known color: Ochre. HEX triplet: CB, 78 and 1D. RGB value is (203,120,29). Sum of RGB (Red+Green+Blue) = 203+120+29=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB781D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB781D is #3487E2. Grayscale: #868686. Windows color (decimal): -3442659 or 1931467. OLE color: 1931467.

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

Color convert

RGB 203 120 29 -
CMYK 0 0.41 0.86 0.20
HSL 31.38º 0.75% 0.45% -
HSV(B) 31.38º 0.86% 0.8% -
XYZ 31.57 26.22 4.56 -
YUV 134.44 68.5 176.9 -
System Red Green Blue C M Y K H S L
Decimal 203 120 29 0 0.41 0.86 0.20 31.38 0.75 0.45
Hex CB 78 1D 0 29 56 14 1F 4B 2D
Octal 313 170 35 0 51 126 24 37 113 55
Binary 11001011 1111000 11101 0 101001 1010110 10100 11111 1001011 101101

Color Harmonies of #CB781D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB781D

Black with #CB781D

Text Example


Text Example

White with #CB781D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB781D; }

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

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

background-color css

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

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

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

border-color css

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

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

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