Html Css Color HEX #C27624 Ochre

📋 copy color: '#C27624'

red 194 ◦ green 118 ◦ blue 36

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

Shades of Ochre #C27624

Tints of Ochre #C27624

RGB

 RED value IS 194 (76.17% from 255) = 55.75%

 GREEN value IS 118 (46.48% from 255) = 33.91%

 BLUE value IS 36 (14.45% from 255) = 10.34%

R = 55.75%
G = 33.91%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C27624 (or 0xC27624) is known color: Ochre. HEX triplet: C2, 76 and 24. RGB value is (194,118,36). Sum of RGB (Red+Green+Blue) = 194+118+36=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 36 (14.45% from 255 or 10.34% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C27624 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27624 is #3D89DB. Grayscale: #838383. Windows color (decimal): -4032988 or 2389698. OLE color: 2389698.

HSL color Cylindrical-coordinate representation of color #C27624: hue angle of 31.14º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C27624 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 118 36 -
CMYK 0 0.39 0.81 0.24
HSL 31.14º 0.69% 0.45% -
HSV(B) 31.14º 0.81% 0.76% -
XYZ 29.05 24.55 4.88 -
YUV 131.38 74.18 172.67 -
System Red Green Blue C M Y K H S L
Decimal 194 118 36 0 0.39 0.81 0.24 31.14 0.69 0.45
Hex C2 76 24 0 27 51 18 1F 45 2D
Octal 302 166 44 0 47 121 30 37 105 55
Binary 11000010 1110110 100100 0 100111 1010001 11000 11111 1000101 101101

Color Harmonies of #C27624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27624

Black with #C27624

Text Example


Text Example

White with #C27624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27624; }

 p { color: rgb(194,118,36); }

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

background-color css

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

 a { background-color: rgb(194,118,36); }

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

border-color css

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

 span { border-color: rgb(194,118,36); }

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