Html Css Color HEX #C3802F Geebung

📋 copy color: '#C3802F'

red 195 ◦ green 128 ◦ blue 47

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

Shades of Geebung #C3802F

Tints of Geebung #C3802F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.7%

R = 52.7%
G = 34.59%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C3802F (or 0xC3802F) is known color: Geebung. HEX triplet: C3, 80 and 2F. RGB value is (195,128,47). Sum of RGB (Red+Green+Blue) = 195+128+47=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C3802F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3802F is #3C7FD0. Grayscale: #8B8B8B. Windows color (decimal): -3964881 or 3113155. OLE color: 3113155.

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

Color convert

RGB 195 128 47 -
CMYK 0 0.34 0.76 0.24
HSL 32.84º 0.61% 0.47% -
HSV(B) 32.84º 0.76% 0.76% -
XYZ 30.74 27.25 6.33 -
YUV 138.8 76.2 168.09 -
System Red Green Blue C M Y K H S L
Decimal 195 128 47 0 0.34 0.76 0.24 32.84 0.61 0.47
Hex C3 80 2F 0 22 4C 18 21 3D 2F
Octal 303 200 57 0 42 114 30 41 75 57
Binary 11000011 10000000 101111 0 100010 1001100 11000 100001 111101 101111

Color Harmonies of #C3802F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3802F

Black with #C3802F

Text Example


Text Example

White with #C3802F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3802F; }

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

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

background-color css

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

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

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

border-color css

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

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

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