Html Css Color HEX #C3711F Ochre

📋 copy color: '#C3711F'

red 195 ◦ green 113 ◦ blue 31

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

Shades of Ochre #C3711F

Tints of Ochre #C3711F

RGB

 RED value IS 195 (76.56% from 255) = 57.52%

 GREEN value IS 113 (44.53% from 255) = 33.33%

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

R = 57.52%
G = 33.33%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3711F (or 0xC3711F) is known color: Ochre. HEX triplet: C3, 71 and 1F. RGB value is (195,113,31). Sum of RGB (Red+Green+Blue) = 195+113+31=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C3711F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3711F is #3C8EE0. Grayscale: #808080. Windows color (decimal): -3968737 or 2060739. OLE color: 2060739.

HSL color Cylindrical-coordinate representation of color #C3711F: hue angle of 30º degrees, saturation: 0.73, 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 #C3711F is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 113 31 -
CMYK 0 0.42 0.84 0.24
HSL 30º 0.73% 0.44% -
HSV(B) 30º 0.84% 0.76% -
XYZ 28.66 23.51 4.32 -
YUV 128.17 73.17 175.67 -
System Red Green Blue C M Y K H S L
Decimal 195 113 31 0 0.42 0.84 0.24 30 0.73 0.44
Hex C3 71 1F 0 2A 54 18 1E 49 2C
Octal 303 161 37 0 52 124 30 36 111 54
Binary 11000011 1110001 11111 0 101010 1010100 11000 11110 1001001 101100

Color Harmonies of #C3711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3711F

Black with #C3711F

Text Example


Text Example

White with #C3711F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3711F; }

 p { color: rgb(195,113,31); }

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

background-color css

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

 a { background-color: rgb(195,113,31); }

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

border-color css

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

 span { border-color: rgb(195,113,31); }

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