Html Css Color HEX #C56D1B Ochre

📋 copy color: '#C56D1B'

red 197 ◦ green 109 ◦ blue 27

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

Shades of Ochre #C56D1B

Tints of Ochre #C56D1B

RGB

 RED value IS 197 (77.34% from 255) = 59.16%

 GREEN value IS 109 (42.97% from 255) = 32.73%

 BLUE value IS 27 (10.94% from 255) = 8.11%

R = 59.16%
G = 32.73%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C56D1B (or 0xC56D1B) is known color: Ochre. HEX triplet: C5, 6D and 1B. RGB value is (197,109,27). Sum of RGB (Red+Green+Blue) = 197+109+27=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C56D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56D1B is #3A92E4. Grayscale: #7E7E7E. Windows color (decimal): -3838693 or 1797573. OLE color: 1797573.

HSL color Cylindrical-coordinate representation of color #C56D1B: hue angle of 28.94º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C56D1B is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 109 27 -
CMYK 0 0.45 0.86 0.23
HSL 28.94º 0.76% 0.44% -
HSV(B) 28.94º 0.86% 0.77% -
XYZ 28.69 22.89 3.94 -
YUV 125.96 72.15 178.67 -
System Red Green Blue C M Y K H S L
Decimal 197 109 27 0 0.45 0.86 0.23 28.94 0.76 0.44
Hex C5 6D 1B 0 2D 56 17 1D 4C 2C
Octal 305 155 33 0 55 126 27 35 114 54
Binary 11000101 1101101 11011 0 101101 1010110 10111 11101 1001100 101100

Color Harmonies of #C56D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56D1B

Black with #C56D1B

Text Example


Text Example

White with #C56D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56D1B; }

 p { color: rgb(197,109,27); }

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

background-color css

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

 a { background-color: rgb(197,109,27); }

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

border-color css

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

 span { border-color: rgb(197,109,27); }

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