Html Css Color HEX #C16B1F Ochre

📋 copy color: '#C16B1F'

red 193 ◦ green 107 ◦ blue 31

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

Shades of Ochre #C16B1F

Tints of Ochre #C16B1F

RGB

 RED value IS 193 (75.78% from 255) = 58.31%

 GREEN value IS 107 (42.19% from 255) = 32.33%

 BLUE value IS 31 (12.5% from 255) = 9.37%

R = 58.31%
G = 32.33%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C16B1F (or 0xC16B1F) is known color: Ochre. HEX triplet: C1, 6B and 1F. RGB value is (193,107,31). Sum of RGB (Red+Green+Blue) = 193+107+31=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C16B1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16B1F is #3E94E0. Grayscale: #7C7C7C. Windows color (decimal): -4101345 or 2059201. OLE color: 2059201.

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

Color convert

RGB 193 107 31 -
CMYK 0 0.45 0.84 0.24
HSL 28.15º 0.72% 0.44% -
HSV(B) 28.15º 0.84% 0.76% -
XYZ 27.5 21.95 4.08 -
YUV 124.05 75.49 177.18 -
System Red Green Blue C M Y K H S L
Decimal 193 107 31 0 0.45 0.84 0.24 28.15 0.72 0.44
Hex C1 6B 1F 0 2D 54 18 1C 48 2C
Octal 301 153 37 0 55 124 30 34 110 54
Binary 11000001 1101011 11111 0 101101 1010100 11000 11100 1001000 101100

Color Harmonies of #C16B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16B1F

Black with #C16B1F

Text Example


Text Example

White with #C16B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16B1F; }

 p { color: rgb(193,107,31); }

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

background-color css

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

 a { background-color: rgb(193,107,31); }

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

border-color css

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

 span { border-color: rgb(193,107,31); }

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