Html Css Color HEX #C3821A Ochre

📋 copy color: '#C3821A'

red 195 ◦ green 130 ◦ blue 26

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

Shades of Ochre #C3821A

Tints of Ochre #C3821A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.41%

R = 55.56%
G = 37.04%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C3821A (or 0xC3821A) is known color: Ochre. HEX triplet: C3, 82 and 1A. RGB value is (195,130,26). Sum of RGB (Red+Green+Blue) = 195+130+26=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C3821A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3821A is #3C7DE5. Grayscale: #8A8A8A. Windows color (decimal): -3964390 or 1737411. OLE color: 1737411.

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

Color convert

RGB 195 130 26 -
CMYK 0 0.33 0.87 0.24
HSL 36.92º 0.76% 0.43% -
HSV(B) 36.92º 0.87% 0.76% -
XYZ 30.67 27.64 4.7 -
YUV 137.58 65.03 168.96 -
System Red Green Blue C M Y K H S L
Decimal 195 130 26 0 0.33 0.87 0.24 36.92 0.76 0.43
Hex C3 82 1A 0 21 57 18 25 4C 2B
Octal 303 202 32 0 41 127 30 45 114 53
Binary 11000011 10000010 11010 0 100001 1010111 11000 100101 1001100 101011

Color Harmonies of #C3821A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3821A

Black with #C3821A

Text Example


Text Example

White with #C3821A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3821A; }

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

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

background-color css

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

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

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

border-color css

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

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

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