Html Css Color HEX #C3852A Geebung

📋 copy color: '#C3852A'

red 195 ◦ green 133 ◦ blue 42

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

Shades of Geebung #C3852A

Tints of Geebung #C3852A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.95%

 BLUE value IS 42 (16.8% from 255) = 11.35%

R = 52.7%
G = 35.95%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3852A (or 0xC3852A) is known color: Geebung. HEX triplet: C3, 85 and 2A. RGB value is (195,133,42). Sum of RGB (Red+Green+Blue) = 195+133+42=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 42 (16.80% from 255 or 11.35% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C3852A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3852A is #3C7AD5. Grayscale: #8D8D8D. Windows color (decimal): -3963606 or 2786755. OLE color: 2786755.

HSL color Cylindrical-coordinate representation of color #C3852A: hue angle of 35.69º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3852A is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 133 42 -
CMYK 0 0.32 0.78 0.24
HSL 35.69º 0.65% 0.46% -
HSV(B) 35.69º 0.78% 0.76% -
XYZ 31.31 28.54 6.05 -
YUV 141.16 72.04 166.4 -
System Red Green Blue C M Y K H S L
Decimal 195 133 42 0 0.32 0.78 0.24 35.69 0.65 0.46
Hex C3 85 2A 0 20 4E 18 24 41 2E
Octal 303 205 52 0 40 116 30 44 101 56
Binary 11000011 10000101 101010 0 100000 1001110 11000 100100 1000001 101110

Color Harmonies of #C3852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3852A

Black with #C3852A

Text Example


Text Example

White with #C3852A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3852A; }

 p { color: rgb(195,133,42); }

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

background-color css

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

 a { background-color: rgb(195,133,42); }

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

border-color css

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

 span { border-color: rgb(195,133,42); }

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