Html Css Color HEX #C37520 Ochre

📋 copy color: '#C37520'

red 195 ◦ green 117 ◦ blue 32

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

Shades of Ochre #C37520

Tints of Ochre #C37520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.3%

R = 56.69%
G = 34.01%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C37520 (or 0xC37520) is known color: Ochre. HEX triplet: C3, 75 and 20. RGB value is (195,117,32). Sum of RGB (Red+Green+Blue) = 195+117+32=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C37520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37520 is #3C8ADF. Grayscale: #838383. Windows color (decimal): -3967712 or 2127299. OLE color: 2127299.

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

Color convert

RGB 195 117 32 -
CMYK 0 0.4 0.84 0.24
HSL 31.29º 0.72% 0.45% -
HSV(B) 31.29º 0.84% 0.76% -
XYZ 29.13 24.43 4.55 -
YUV 130.63 72.34 173.91 -
System Red Green Blue C M Y K H S L
Decimal 195 117 32 0 0.4 0.84 0.24 31.29 0.72 0.45
Hex C3 75 20 0 28 54 18 1F 48 2D
Octal 303 165 40 0 50 124 30 37 110 55
Binary 11000011 1110101 100000 0 101000 1010100 11000 11111 1001000 101101

Color Harmonies of #C37520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37520

Black with #C37520

Text Example


Text Example

White with #C37520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37520; }

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

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

background-color css

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

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

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

border-color css

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

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

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