Html Css Color HEX #C3750E Ochre

📋 copy color: '#C3750E'

red 195 ◦ green 117 ◦ blue 14

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

Shades of Ochre #C3750E

Tints of Ochre #C3750E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.29%

R = 59.82%
G = 35.89%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3750E (or 0xC3750E) is known color: Ochre. HEX triplet: C3, 75 and 0E. RGB value is (195,117,14). Sum of RGB (Red+Green+Blue) = 195+117+14=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C3750E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3750E is #3C8AF1. Grayscale: #818181. Windows color (decimal): -3967730 or 947651. OLE color: 947651.

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

Color convert

RGB 195 117 14 -
CMYK 0 0.4 0.93 0.24
HSL 34.14º 0.87% 0.41% -
HSV(B) 34.14º 0.93% 0.76% -
XYZ 28.95 24.36 3.59 -
YUV 128.58 63.34 175.38 -
System Red Green Blue C M Y K H S L
Decimal 195 117 14 0 0.4 0.93 0.24 34.14 0.87 0.41
Hex C3 75 E 0 28 5D 18 22 57 29
Octal 303 165 16 0 50 135 30 42 127 51
Binary 11000011 1110101 1110 0 101000 1011101 11000 100010 1010111 101001

Color Harmonies of #C3750E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3750E

Black with #C3750E

Text Example


Text Example

White with #C3750E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3750E; }

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

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

background-color css

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

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

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

border-color css

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

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

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