Html Css Color HEX #C27223 Ochre

📋 copy color: '#C27223'

red 194 ◦ green 114 ◦ blue 35

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

Shades of Ochre #C27223

Tints of Ochre #C27223

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.24%

 BLUE value IS 35 (14.06% from 255) = 10.2%

R = 56.56%
G = 33.24%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C27223 (or 0xC27223) is known color: Ochre. HEX triplet: C2, 72 and 23. RGB value is (194,114,35). Sum of RGB (Red+Green+Blue) = 194+114+35=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 35 (14.06% from 255 or 10.20% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C27223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27223 is #3D8DDC. Grayscale: #818181. Windows color (decimal): -4034013 or 2323138. OLE color: 2323138.

HSL color Cylindrical-coordinate representation of color #C27223: hue angle of 29.81º degrees, saturation: 0.69, 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 #C27223 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 114 35 -
CMYK 0 0.41 0.82 0.24
HSL 29.81º 0.69% 0.45% -
HSV(B) 29.81º 0.82% 0.76% -
XYZ 28.57 23.63 4.64 -
YUV 128.91 75 174.42 -
System Red Green Blue C M Y K H S L
Decimal 194 114 35 0 0.41 0.82 0.24 29.81 0.69 0.45
Hex C2 72 23 0 29 52 18 1E 45 2D
Octal 302 162 43 0 51 122 30 36 105 55
Binary 11000010 1110010 100011 0 101001 1010010 11000 11110 1000101 101101

Color Harmonies of #C27223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27223

Black with #C27223

Text Example


Text Example

White with #C27223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27223; }

 p { color: rgb(194,114,35); }

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

background-color css

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

 a { background-color: rgb(194,114,35); }

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

border-color css

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

 span { border-color: rgb(194,114,35); }

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