Html Css Color HEX #CB7829 Ochre

📋 copy color: '#CB7829'

red 203 ◦ green 120 ◦ blue 41

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

Shades of Ochre #CB7829

Tints of Ochre #CB7829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.26%

R = 55.77%
G = 32.97%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CB7829 (or 0xCB7829) is known color: Ochre. HEX triplet: CB, 78 and 29. RGB value is (203,120,41). Sum of RGB (Red+Green+Blue) = 203+120+41=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 41 (16.41% from 255 or 11.26% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7829 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7829 is #3487D6. Grayscale: #888888. Windows color (decimal): -3442647 or 2717899. OLE color: 2717899.

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

Color convert

RGB 203 120 41 -
CMYK 0 0.41 0.80 0.20
HSL 29.26º 0.66% 0.48% -
HSV(B) 29.26º 0.8% 0.8% -
XYZ 31.75 26.29 5.5 -
YUV 135.81 74.5 175.92 -
System Red Green Blue C M Y K H S L
Decimal 203 120 41 0 0.41 0.80 0.20 29.26 0.66 0.48
Hex CB 78 29 0 29 50 14 1D 42 30
Octal 313 170 51 0 51 120 24 35 102 60
Binary 11001011 1111000 101001 0 101001 1010000 10100 11101 1000010 110000

Color Harmonies of #CB7829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7829

Black with #CB7829

Text Example


Text Example

White with #CB7829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7829; }

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

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

background-color css

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

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

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

border-color css

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

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

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