Html Css Color HEX #C3751C Ochre

📋 copy color: '#C3751C'

red 195 ◦ green 117 ◦ blue 28

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

Shades of Ochre #C3751C

Tints of Ochre #C3751C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.41%

 BLUE value IS 28 (11.33% from 255) = 8.24%

R = 57.35%
G = 34.41%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3751C (or 0xC3751C) is known color: Ochre. HEX triplet: C3, 75 and 1C. RGB value is (195,117,28). Sum of RGB (Red+Green+Blue) = 195+117+28=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 28 (11.33% from 255 or 8.24% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C3751C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3751C is #3C8AE3. Grayscale: #828282. Windows color (decimal): -3967716 or 1865155. OLE color: 1865155.

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

Color convert

RGB 195 117 28 -
CMYK 0 0.4 0.86 0.24
HSL 31.98º 0.75% 0.44% -
HSV(B) 31.98º 0.86% 0.76% -
XYZ 29.08 24.41 4.28 -
YUV 130.18 70.34 174.24 -
System Red Green Blue C M Y K H S L
Decimal 195 117 28 0 0.4 0.86 0.24 31.98 0.75 0.44
Hex C3 75 1C 0 28 56 18 20 4B 2C
Octal 303 165 34 0 50 126 30 40 113 54
Binary 11000011 1110101 11100 0 101000 1010110 11000 100000 1001011 101100

Color Harmonies of #C3751C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3751C

Black with #C3751C

Text Example


Text Example

White with #C3751C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3751C; }

 p { color: rgb(195,117,28); }

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

background-color css

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

 a { background-color: rgb(195,117,28); }

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

border-color css

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

 span { border-color: rgb(195,117,28); }

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