Html Css Color HEX #CB7127 Ochre

📋 copy color: '#CB7127'

red 203 ◦ green 113 ◦ blue 39

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

Shades of Ochre #CB7127

Tints of Ochre #CB7127

RGB

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

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

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

R = 57.18%
G = 31.83%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB7127 (or 0xCB7127) is known color: Ochre. HEX triplet: CB, 71 and 27. RGB value is (203,113,39). Sum of RGB (Red+Green+Blue) = 203+113+39=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7127 is #348ED8. Grayscale: #838383. Windows color (decimal): -3444441 or 2585035. OLE color: 2585035.

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

Color convert

RGB 203 113 39 -
CMYK 0 0.44 0.81 0.20
HSL 27.07º 0.68% 0.47% -
HSV(B) 27.07º 0.81% 0.8% -
XYZ 30.9 24.65 5.05 -
YUV 131.47 75.82 179.02 -
System Red Green Blue C M Y K H S L
Decimal 203 113 39 0 0.44 0.81 0.20 27.07 0.68 0.47
Hex CB 71 27 0 2C 51 14 1B 44 2F
Octal 313 161 47 0 54 121 24 33 104 57
Binary 11001011 1110001 100111 0 101100 1010001 10100 11011 1000100 101111

Color Harmonies of #CB7127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7127

Black with #CB7127

Text Example


Text Example

White with #CB7127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7127; }

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

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

background-color css

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

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

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

border-color css

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

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

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