Html Css Color HEX #CB7329 Ochre

📋 copy color: '#CB7329'

red 203 ◦ green 115 ◦ blue 41

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

Shades of Ochre #CB7329

Tints of Ochre #CB7329

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.03%

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

R = 56.55%
G = 32.03%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CB7329 (or 0xCB7329) is known color: Ochre. HEX triplet: CB, 73 and 29. RGB value is (203,115,41). Sum of RGB (Red+Green+Blue) = 203+115+41=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 41 (16.41% from 255 or 11.42% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7329 is #348CD6. Grayscale: #858585. Windows color (decimal): -3443927 or 2716619. OLE color: 2716619.

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

Color convert

RGB 203 115 41 -
CMYK 0 0.43 0.80 0.20
HSL 27.41º 0.66% 0.48% -
HSV(B) 27.41º 0.8% 0.8% -
XYZ 31.16 25.12 5.3 -
YUV 132.88 76.15 178.02 -
System Red Green Blue C M Y K H S L
Decimal 203 115 41 0 0.43 0.80 0.20 27.41 0.66 0.48
Hex CB 73 29 0 2B 50 14 1B 42 30
Octal 313 163 51 0 53 120 24 33 102 60
Binary 11001011 1110011 101001 0 101011 1010000 10100 11011 1000010 110000

Color Harmonies of #CB7329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7329

Black with #CB7329

Text Example


Text Example

White with #CB7329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7329; }

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

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

background-color css

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

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

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

border-color css

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

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

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