Html Css Color HEX #C27B16 Ochre

📋 copy color: '#C27B16'

red 194 ◦ green 123 ◦ blue 22

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

Shades of Ochre #C27B16

Tints of Ochre #C27B16

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.28%

 BLUE value IS 22 (8.98% from 255) = 6.49%

R = 57.23%
G = 36.28%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C27B16 (or 0xC27B16) is known color: Ochre. HEX triplet: C2, 7B and 16. RGB value is (194,123,22). Sum of RGB (Red+Green+Blue) = 194+123+22=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27B16 is #3D84E9. Grayscale: #858585. Windows color (decimal): -4031722 or 1473474. OLE color: 1473474.

HSL color Cylindrical-coordinate representation of color #C27B16: hue angle of 35.23º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C27B16 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 123 22 -
CMYK 0 0.37 0.89 0.24
HSL 35.23º 0.8% 0.42% -
HSV(B) 35.23º 0.89% 0.76% -
XYZ 29.48 25.69 4.16 -
YUV 132.72 65.52 171.71 -
System Red Green Blue C M Y K H S L
Decimal 194 123 22 0 0.37 0.89 0.24 35.23 0.8 0.42
Hex C2 7B 16 0 25 59 18 23 50 2A
Octal 302 173 26 0 45 131 30 43 120 52
Binary 11000010 1111011 10110 0 100101 1011001 11000 100011 1010000 101010

Color Harmonies of #C27B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27B16

Black with #C27B16

Text Example


Text Example

White with #C27B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27B16; }

 p { color: rgb(194,123,22); }

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

background-color css

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

 a { background-color: rgb(194,123,22); }

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

border-color css

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

 span { border-color: rgb(194,123,22); }

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