Html Css Color HEX #C27623 Ochre

📋 copy color: '#C27623'

red 194 ◦ green 118 ◦ blue 35

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

Shades of Ochre #C27623

Tints of Ochre #C27623

RGB

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

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

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

R = 55.91%
G = 34.01%
B = 10.09%

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

#C27623 (or 0xC27623) is known color: Ochre. HEX triplet: C2, 76 and 23. RGB value is (194,118,35). Sum of RGB (Red+Green+Blue) = 194+118+35=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 35 (14.06% from 255 or 10.09% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C27623 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27623 is #3D89DC. Grayscale: #838383. Windows color (decimal): -4032989 or 2324162. OLE color: 2324162.

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

Color convert

RGB 194 118 35 -
CMYK 0 0.39 0.82 0.24
HSL 31.32º 0.69% 0.45% -
HSV(B) 31.32º 0.82% 0.76% -
XYZ 29.03 24.55 4.8 -
YUV 131.26 73.68 172.75 -
System Red Green Blue C M Y K H S L
Decimal 194 118 35 0 0.39 0.82 0.24 31.32 0.69 0.45
Hex C2 76 23 0 27 52 18 1F 45 2D
Octal 302 166 43 0 47 122 30 37 105 55
Binary 11000010 1110110 100011 0 100111 1010010 11000 11111 1000101 101101

Color Harmonies of #C27623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27623

Black with #C27623

Text Example


Text Example

White with #C27623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27623; }

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

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

background-color css

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

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

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

border-color css

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

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

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