Html Css Color HEX #CB7328 Ochre

📋 copy color: '#CB7328'

red 203 ◦ green 115 ◦ blue 40

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

Shades of Ochre #CB7328

Tints of Ochre #CB7328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.17%

R = 56.7%
G = 32.12%
B = 11.17%

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

#CB7328 (or 0xCB7328) is known color: Ochre. HEX triplet: CB, 73 and 28. RGB value is (203,115,40). Sum of RGB (Red+Green+Blue) = 203+115+40=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7328 is #348CD7. Grayscale: #858585. Windows color (decimal): -3443928 or 2651083. OLE color: 2651083.

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

Color convert

RGB 203 115 40 -
CMYK 0 0.43 0.80 0.20
HSL 27.61º 0.67% 0.48% -
HSV(B) 27.61º 0.8% 0.8% -
XYZ 31.14 25.11 5.21 -
YUV 132.76 75.65 178.1 -
System Red Green Blue C M Y K H S L
Decimal 203 115 40 0 0.43 0.80 0.20 27.61 0.67 0.48
Hex CB 73 28 0 2B 50 14 1C 43 30
Octal 313 163 50 0 53 120 24 34 103 60
Binary 11001011 1110011 101000 0 101011 1010000 10100 11100 1000011 110000

Color Harmonies of #CB7328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7328

Black with #CB7328

Text Example


Text Example

White with #CB7328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7328; }

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

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

background-color css

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

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

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

border-color css

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

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

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