Html Css Color HEX #C3821C Ochre

📋 copy color: '#C3821C'

red 195 ◦ green 130 ◦ blue 28

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

Shades of Ochre #C3821C

Tints of Ochre #C3821C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.83%

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

R = 55.24%
G = 36.83%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3821C (or 0xC3821C) is known color: Ochre. HEX triplet: C3, 82 and 1C. RGB value is (195,130,28). Sum of RGB (Red+Green+Blue) = 195+130+28=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C3821C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3821C is #3C7DE3. Grayscale: #8A8A8A. Windows color (decimal): -3964388 or 1868483. OLE color: 1868483.

HSL color Cylindrical-coordinate representation of color #C3821C: hue angle of 36.65º 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 #C3821C is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 130 28 -
CMYK 0 0.33 0.86 0.24
HSL 36.65º 0.75% 0.44% -
HSV(B) 36.65º 0.86% 0.76% -
XYZ 30.7 27.65 4.82 -
YUV 137.81 66.03 168.79 -
System Red Green Blue C M Y K H S L
Decimal 195 130 28 0 0.33 0.86 0.24 36.65 0.75 0.44
Hex C3 82 1C 0 21 56 18 25 4B 2C
Octal 303 202 34 0 41 126 30 45 113 54
Binary 11000011 10000010 11100 0 100001 1010110 11000 100101 1001011 101100

Color Harmonies of #C3821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3821C

Black with #C3821C

Text Example


Text Example

White with #C3821C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3821C; }

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

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

background-color css

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

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

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

border-color css

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

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

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