Html Css Color HEX #C3831A Ochre

📋 copy color: '#C3831A'

red 195 ◦ green 131 ◦ blue 26

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

Shades of Ochre #C3831A

Tints of Ochre #C3831A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.22%

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

R = 55.4%
G = 37.22%
B = 7.39%

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

#C3831A (or 0xC3831A) is known color: Ochre. HEX triplet: C3, 83 and 1A. RGB value is (195,131,26). Sum of RGB (Red+Green+Blue) = 195+131+26=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 26 (10.55% from 255 or 7.39% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C3831A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3831A is #3C7CE5. Grayscale: #8A8A8A. Windows color (decimal): -3964134 or 1737667. OLE color: 1737667.

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

Color convert

RGB 195 131 26 -
CMYK 0 0.33 0.87 0.24
HSL 37.28º 0.76% 0.43% -
HSV(B) 37.28º 0.87% 0.76% -
XYZ 30.81 27.91 4.74 -
YUV 138.17 64.7 168.54 -
System Red Green Blue C M Y K H S L
Decimal 195 131 26 0 0.33 0.87 0.24 37.28 0.76 0.43
Hex C3 83 1A 0 21 57 18 25 4C 2B
Octal 303 203 32 0 41 127 30 45 114 53
Binary 11000011 10000011 11010 0 100001 1010111 11000 100101 1001100 101011

Color Harmonies of #C3831A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3831A

Black with #C3831A

Text Example


Text Example

White with #C3831A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3831A; }

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

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

background-color css

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

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

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

border-color css

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

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

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