Html Css Color HEX #CB791D Ochre

📋 copy color: '#CB791D'

red 203 ◦ green 121 ◦ blue 29

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

Shades of Ochre #CB791D

Tints of Ochre #CB791D

RGB

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

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

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

R = 57.51%
G = 34.28%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB791D (or 0xCB791D) is known color: Ochre. HEX triplet: CB, 79 and 1D. RGB value is (203,121,29). Sum of RGB (Red+Green+Blue) = 203+121+29=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB791D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB791D is #3486E2. Grayscale: #878787. Windows color (decimal): -3442403 or 1931723. OLE color: 1931723.

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

Color convert

RGB 203 121 29 -
CMYK 0 0.40 0.86 0.20
HSL 31.72º 0.75% 0.45% -
HSV(B) 31.72º 0.86% 0.8% -
XYZ 31.69 26.46 4.6 -
YUV 135.03 68.17 176.48 -
System Red Green Blue C M Y K H S L
Decimal 203 121 29 0 0.40 0.86 0.20 31.72 0.75 0.45
Hex CB 79 1D 0 28 56 14 20 4B 2D
Octal 313 171 35 0 50 126 24 40 113 55
Binary 11001011 1111001 11101 0 101000 1010110 10100 100000 1001011 101101

Color Harmonies of #CB791D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB791D

Black with #CB791D

Text Example


Text Example

White with #CB791D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB791D; }

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

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

background-color css

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

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

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

border-color css

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

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

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