Html Css Color HEX #C3760F Ochre

📋 copy color: '#C3760F'

red 195 ◦ green 118 ◦ blue 15

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

Shades of Ochre #C3760F

Tints of Ochre #C3760F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.98%

 BLUE value IS 15 (6.25% from 255) = 4.57%

R = 59.45%
G = 35.98%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C3760F (or 0xC3760F) is known color: Ochre. HEX triplet: C3, 76 and 0F. RGB value is (195,118,15). Sum of RGB (Red+Green+Blue) = 195+118+15=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C3760F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3760F is #3C89F0. Grayscale: #818181. Windows color (decimal): -3967473 or 1013443. OLE color: 1013443.

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

Color convert

RGB 195 118 15 -
CMYK 0 0.39 0.92 0.24
HSL 34.33º 0.86% 0.41% -
HSV(B) 34.33º 0.92% 0.76% -
XYZ 29.07 24.59 3.67 -
YUV 129.28 63.51 174.88 -
System Red Green Blue C M Y K H S L
Decimal 195 118 15 0 0.39 0.92 0.24 34.33 0.86 0.41
Hex C3 76 F 0 27 5C 18 22 56 29
Octal 303 166 17 0 47 134 30 42 126 51
Binary 11000011 1110110 1111 0 100111 1011100 11000 100010 1010110 101001

Color Harmonies of #C3760F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3760F

Black with #C3760F

Text Example


Text Example

White with #C3760F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3760F; }

 p { color: rgb(195,118,15); }

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

background-color css

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

 a { background-color: rgb(195,118,15); }

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

border-color css

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

 span { border-color: rgb(195,118,15); }

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