Html Css Color HEX #CB7527 Ochre

📋 copy color: '#CB7527'

red 203 ◦ green 117 ◦ blue 39

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

Shades of Ochre #CB7527

Tints of Ochre #CB7527

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.59%

 BLUE value IS 39 (15.63% from 255) = 10.86%

R = 56.55%
G = 32.59%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB7527 (or 0xCB7527) is known color: Ochre. HEX triplet: CB, 75 and 27. RGB value is (203,117,39). Sum of RGB (Red+Green+Blue) = 203+117+39=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7527 is #348AD8. Grayscale: #868686. Windows color (decimal): -3443417 or 2586059. OLE color: 2586059.

HSL color Cylindrical-coordinate representation of color #CB7527: hue angle of 28.54º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB7527 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 117 39 -
CMYK 0 0.42 0.81 0.20
HSL 28.54º 0.68% 0.47% -
HSV(B) 28.54º 0.81% 0.8% -
XYZ 31.36 25.57 5.2 -
YUV 133.82 74.49 177.34 -
System Red Green Blue C M Y K H S L
Decimal 203 117 39 0 0.42 0.81 0.20 28.54 0.68 0.47
Hex CB 75 27 0 2A 51 14 1D 44 2F
Octal 313 165 47 0 52 121 24 35 104 57
Binary 11001011 1110101 100111 0 101010 1010001 10100 11101 1000100 101111

Color Harmonies of #CB7527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7527

Black with #CB7527

Text Example


Text Example

White with #CB7527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7527; }

 p { color: rgb(203,117,39); }

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

background-color css

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

 a { background-color: rgb(203,117,39); }

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

border-color css

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

 span { border-color: rgb(203,117,39); }

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