Html Css Color HEX #CB7C27 Ochre

📋 copy color: '#CB7C27'

red 203 ◦ green 124 ◦ blue 39

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

Shades of Ochre #CB7C27

Tints of Ochre #CB7C27

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.88%

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

R = 55.46%
G = 33.88%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB7C27 (or 0xCB7C27) is known color: Ochre. HEX triplet: CB, 7C and 27. RGB value is (203,124,39). Sum of RGB (Red+Green+Blue) = 203+124+39=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 39 (15.62% from 255 or 10.66% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7C27 is #3483D8. Grayscale: #8A8A8A. Windows color (decimal): -3441625 or 2587851. OLE color: 2587851.

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

Color convert

RGB 203 124 39 -
CMYK 0 0.39 0.81 0.20
HSL 31.1º 0.68% 0.47% -
HSV(B) 31.1º 0.81% 0.8% -
XYZ 32.2 27.26 5.48 -
YUV 137.93 72.17 174.41 -
System Red Green Blue C M Y K H S L
Decimal 203 124 39 0 0.39 0.81 0.20 31.1 0.68 0.47
Hex CB 7C 27 0 27 51 14 1F 44 2F
Octal 313 174 47 0 47 121 24 37 104 57
Binary 11001011 1111100 100111 0 100111 1010001 10100 11111 1000100 101111

Color Harmonies of #CB7C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7C27

Black with #CB7C27

Text Example


Text Example

White with #CB7C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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