Html Css Color HEX #C3720D Ochre

📋 copy color: '#C3720D'

red 195 ◦ green 114 ◦ blue 13

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

Shades of Ochre #C3720D

Tints of Ochre #C3720D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.4%

 BLUE value IS 13 (5.47% from 255) = 4.04%

R = 60.56%
G = 35.4%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3720D (or 0xC3720D) is known color: Ochre. HEX triplet: C3, 72 and 0D. RGB value is (195,114,13). Sum of RGB (Red+Green+Blue) = 195+114+13=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C3720D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3720D is #3C8DF2. Grayscale: #7F7F7F. Windows color (decimal): -3968499 or 881347. OLE color: 881347.

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

Color convert

RGB 195 114 13 -
CMYK 0 0.42 0.93 0.24
HSL 33.3º 0.88% 0.41% -
HSV(B) 33.3º 0.93% 0.76% -
XYZ 28.6 23.67 3.44 -
YUV 126.71 63.84 176.71 -
System Red Green Blue C M Y K H S L
Decimal 195 114 13 0 0.42 0.93 0.24 33.3 0.88 0.41
Hex C3 72 D 0 2A 5D 18 21 58 29
Octal 303 162 15 0 52 135 30 41 130 51
Binary 11000011 1110010 1101 0 101010 1011101 11000 100001 1011000 101001

Color Harmonies of #C3720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3720D

Black with #C3720D

Text Example


Text Example

White with #C3720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3720D; }

 p { color: rgb(195,114,13); }

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

background-color css

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

 a { background-color: rgb(195,114,13); }

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

border-color css

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

 span { border-color: rgb(195,114,13); }

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