Html Css Color HEX #CB7525 Ochre

📋 copy color: '#CB7525'

red 203 ◦ green 117 ◦ blue 37

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

Shades of Ochre #CB7525

Tints of Ochre #CB7525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.36%

R = 56.86%
G = 32.77%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB7525 (or 0xCB7525) is known color: Ochre. HEX triplet: CB, 75 and 25. RGB value is (203,117,37). Sum of RGB (Red+Green+Blue) = 203+117+37=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 37 (14.84% from 255 or 10.36% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7525 is #348ADA. Grayscale: #868686. Windows color (decimal): -3443419 or 2454987. OLE color: 2454987.

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

Color convert

RGB 203 117 37 -
CMYK 0 0.42 0.82 0.20
HSL 28.92º 0.69% 0.47% -
HSV(B) 28.92º 0.82% 0.8% -
XYZ 31.32 25.55 5.03 -
YUV 133.59 73.49 177.5 -
System Red Green Blue C M Y K H S L
Decimal 203 117 37 0 0.42 0.82 0.20 28.92 0.69 0.47
Hex CB 75 25 0 2A 52 14 1D 45 2F
Octal 313 165 45 0 52 122 24 35 105 57
Binary 11001011 1110101 100101 0 101010 1010010 10100 11101 1000101 101111

Color Harmonies of #CB7525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7525

Black with #CB7525

Text Example


Text Example

White with #CB7525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7525; }

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

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

background-color css

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

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

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

border-color css

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

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

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