Html Css Color HEX #C3822C Geebung

📋 copy color: '#C3822C'

red 195 ◦ green 130 ◦ blue 44

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

Shades of Geebung #C3822C

Tints of Geebung #C3822C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.92%

R = 52.85%
G = 35.23%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3822C (or 0xC3822C) is known color: Geebung. HEX triplet: C3, 82 and 2C. RGB value is (195,130,44). Sum of RGB (Red+Green+Blue) = 195+130+44=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C3822C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3822C is #3C7DD3. Grayscale: #8C8C8C. Windows color (decimal): -3964372 or 2917059. OLE color: 2917059.

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

Color convert

RGB 195 130 44 -
CMYK 0 0.33 0.77 0.24
HSL 34.17º 0.63% 0.47% -
HSV(B) 34.17º 0.77% 0.76% -
XYZ 30.94 27.75 6.11 -
YUV 139.63 74.03 167.49 -
System Red Green Blue C M Y K H S L
Decimal 195 130 44 0 0.33 0.77 0.24 34.17 0.63 0.47
Hex C3 82 2C 0 21 4D 18 22 3F 2F
Octal 303 202 54 0 41 115 30 42 77 57
Binary 11000011 10000010 101100 0 100001 1001101 11000 100010 111111 101111

Color Harmonies of #C3822C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3822C

Black with #C3822C

Text Example


Text Example

White with #C3822C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3822C; }

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

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

background-color css

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

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

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

border-color css

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

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

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