Html Css Color HEX #C27622 Ochre

📋 copy color: '#C27622'

red 194 ◦ green 118 ◦ blue 34

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

Shades of Ochre #C27622

Tints of Ochre #C27622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.83%

R = 56.07%
G = 34.1%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C27622 (or 0xC27622) is known color: Ochre. HEX triplet: C2, 76 and 22. RGB value is (194,118,34). Sum of RGB (Red+Green+Blue) = 194+118+34=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 34 (13.67% from 255 or 9.83% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C27622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27622 is #3D89DD. Grayscale: #838383. Windows color (decimal): -4032990 or 2258626. OLE color: 2258626.

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

Color convert

RGB 194 118 34 -
CMYK 0 0.39 0.82 0.24
HSL 31.5º 0.7% 0.45% -
HSV(B) 31.5º 0.82% 0.76% -
XYZ 29.02 24.54 4.72 -
YUV 131.15 73.18 172.83 -
System Red Green Blue C M Y K H S L
Decimal 194 118 34 0 0.39 0.82 0.24 31.5 0.7 0.45
Hex C2 76 22 0 27 52 18 1F 46 2D
Octal 302 166 42 0 47 122 30 37 106 55
Binary 11000010 1110110 100010 0 100111 1010010 11000 11111 1000110 101101

Color Harmonies of #C27622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27622

Black with #C27622

Text Example


Text Example

White with #C27622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27622; }

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

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

background-color css

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

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

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

border-color css

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

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

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