Html Css Color HEX #C3822E Geebung

📋 copy color: '#C3822E'

red 195 ◦ green 130 ◦ blue 46

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

Shades of Geebung #C3822E

Tints of Geebung #C3822E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.4%

R = 52.56%
G = 35.04%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C3822E (or 0xC3822E) is known color: Geebung. HEX triplet: C3, 82 and 2E. RGB value is (195,130,46). Sum of RGB (Red+Green+Blue) = 195+130+46=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3822E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3822E is #3C7DD1. Grayscale: #8C8C8C. Windows color (decimal): -3964370 or 3048131. OLE color: 3048131.

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

Color convert

RGB 195 130 46 -
CMYK 0 0.33 0.76 0.24
HSL 33.83º 0.62% 0.47% -
HSV(B) 33.83º 0.76% 0.76% -
XYZ 30.98 27.76 6.31 -
YUV 139.86 75.03 167.33 -
System Red Green Blue C M Y K H S L
Decimal 195 130 46 0 0.33 0.76 0.24 33.83 0.62 0.47
Hex C3 82 2E 0 21 4C 18 22 3E 2F
Octal 303 202 56 0 41 114 30 42 76 57
Binary 11000011 10000010 101110 0 100001 1001100 11000 100010 111110 101111

Color Harmonies of #C3822E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3822E

Black with #C3822E

Text Example


Text Example

White with #C3822E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3822E; }

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

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

background-color css

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

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

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

border-color css

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

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

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