Html Css Color HEX #C27822 Ochre

📋 copy color: '#C27822'

red 194 ◦ green 120 ◦ blue 34

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

Shades of Ochre #C27822

Tints of Ochre #C27822

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.48%

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

R = 55.75%
G = 34.48%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C27822 (or 0xC27822) is known color: Ochre. HEX triplet: C2, 78 and 22. RGB value is (194,120,34). Sum of RGB (Red+Green+Blue) = 194+120+34=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 34 (13.67% from 255 or 9.77% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C27822 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27822 is #3D87DD. Grayscale: #848484. Windows color (decimal): -4032478 or 2259138. OLE color: 2259138.

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

Color convert

RGB 194 120 34 -
CMYK 0 0.38 0.82 0.24
HSL 32.25º 0.7% 0.45% -
HSV(B) 32.25º 0.82% 0.76% -
XYZ 29.25 25.02 4.8 -
YUV 132.32 72.52 171.99 -
System Red Green Blue C M Y K H S L
Decimal 194 120 34 0 0.38 0.82 0.24 32.25 0.7 0.45
Hex C2 78 22 0 26 52 18 20 46 2D
Octal 302 170 42 0 46 122 30 40 106 55
Binary 11000010 1111000 100010 0 100110 1010010 11000 100000 1000110 101101

Color Harmonies of #C27822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27822

Black with #C27822

Text Example


Text Example

White with #C27822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27822; }

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

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

background-color css

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

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

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

border-color css

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

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

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