Html Css Color HEX #C3801D Ochre

📋 copy color: '#C3801D'

red 195 ◦ green 128 ◦ blue 29

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

Shades of Ochre #C3801D

Tints of Ochre #C3801D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.36%

 BLUE value IS 29 (11.72% from 255) = 8.24%

R = 55.4%
G = 36.36%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3801D (or 0xC3801D) is known color: Ochre. HEX triplet: C3, 80 and 1D. RGB value is (195,128,29). Sum of RGB (Red+Green+Blue) = 195+128+29=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C3801D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3801D is #3C7FE2. Grayscale: #898989. Windows color (decimal): -3964899 or 1933507. OLE color: 1933507.

HSL color Cylindrical-coordinate representation of color #C3801D: hue angle of 35.78º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3801D is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 128 29 -
CMYK 0 0.34 0.85 0.24
HSL 35.78º 0.74% 0.44% -
HSV(B) 35.78º 0.85% 0.76% -
XYZ 30.45 27.13 4.79 -
YUV 136.75 67.2 169.55 -
System Red Green Blue C M Y K H S L
Decimal 195 128 29 0 0.34 0.85 0.24 35.78 0.74 0.44
Hex C3 80 1D 0 22 55 18 24 4A 2C
Octal 303 200 35 0 42 125 30 44 112 54
Binary 11000011 10000000 11101 0 100010 1010101 11000 100100 1001010 101100

Color Harmonies of #C3801D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3801D

Black with #C3801D

Text Example


Text Example

White with #C3801D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3801D; }

 p { color: rgb(195,128,29); }

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

background-color css

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

 a { background-color: rgb(195,128,29); }

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

border-color css

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

 span { border-color: rgb(195,128,29); }

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