Html Css Color HEX #C3882C Geebung

📋 copy color: '#C3882C'

red 195 ◦ green 136 ◦ blue 44

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

Shades of Geebung #C3882C

Tints of Geebung #C3882C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.27%

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

R = 52%
G = 36.27%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3882C (or 0xC3882C) is known color: Geebung. HEX triplet: C3, 88 and 2C. RGB value is (195,136,44). Sum of RGB (Red+Green+Blue) = 195+136+44=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C3882C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3882C is #3C77D3. Grayscale: #8F8F8F. Windows color (decimal): -3962836 or 2918595. OLE color: 2918595.

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

Color convert

RGB 195 136 44 -
CMYK 0 0.30 0.77 0.24
HSL 36.56º 0.63% 0.47% -
HSV(B) 36.56º 0.77% 0.76% -
XYZ 31.76 29.39 6.38 -
YUV 143.15 72.05 164.98 -
System Red Green Blue C M Y K H S L
Decimal 195 136 44 0 0.30 0.77 0.24 36.56 0.63 0.47
Hex C3 88 2C 0 1E 4D 18 25 3F 2F
Octal 303 210 54 0 36 115 30 45 77 57
Binary 11000011 10001000 101100 0 11110 1001101 11000 100101 111111 101111

Color Harmonies of #C3882C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3882C

Black with #C3882C

Text Example


Text Example

White with #C3882C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3882C; }

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

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

background-color css

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

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

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

border-color css

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

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

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