Html Css Color HEX #CB7125 Ochre

📋 copy color: '#CB7125'

red 203 ◦ green 113 ◦ blue 37

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

Shades of Ochre #CB7125

Tints of Ochre #CB7125

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.01%

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

R = 57.51%
G = 32.01%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB7125 (or 0xCB7125) is known color: Ochre. HEX triplet: CB, 71 and 25. RGB value is (203,113,37). Sum of RGB (Red+Green+Blue) = 203+113+37=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7125 is #348EDA. Grayscale: #838383. Windows color (decimal): -3444443 or 2453963. OLE color: 2453963.

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

Color convert

RGB 203 113 37 -
CMYK 0 0.44 0.82 0.20
HSL 27.47º 0.69% 0.47% -
HSV(B) 27.47º 0.82% 0.8% -
XYZ 30.87 24.64 4.88 -
YUV 131.25 74.82 179.18 -
System Red Green Blue C M Y K H S L
Decimal 203 113 37 0 0.44 0.82 0.20 27.47 0.69 0.47
Hex CB 71 25 0 2C 52 14 1B 45 2F
Octal 313 161 45 0 54 122 24 33 105 57
Binary 11001011 1110001 100101 0 101100 1010010 10100 11011 1000101 101111

Color Harmonies of #CB7125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7125

Black with #CB7125

Text Example


Text Example

White with #CB7125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7125; }

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

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

background-color css

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

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

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

border-color css

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

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

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