Html Css Color HEX #C3852D Geebung

📋 copy color: '#C3852D'

red 195 ◦ green 133 ◦ blue 45

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

Shades of Geebung #C3852D

Tints of Geebung #C3852D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.06%

R = 52.28%
G = 35.66%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3852D (or 0xC3852D) is known color: Geebung. HEX triplet: C3, 85 and 2D. RGB value is (195,133,45). Sum of RGB (Red+Green+Blue) = 195+133+45=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 45 (17.97% from 255 or 12.06% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C3852D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3852D is #3C7AD2. Grayscale: #8D8D8D. Windows color (decimal): -3963603 or 2983363. OLE color: 2983363.

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

Color convert

RGB 195 133 45 -
CMYK 0 0.32 0.77 0.24
HSL 35.2º 0.63% 0.47% -
HSV(B) 35.2º 0.77% 0.76% -
XYZ 31.37 28.57 6.34 -
YUV 141.51 73.54 166.16 -
System Red Green Blue C M Y K H S L
Decimal 195 133 45 0 0.32 0.77 0.24 35.2 0.63 0.47
Hex C3 85 2D 0 20 4D 18 23 3E 2F
Octal 303 205 55 0 40 115 30 43 76 57
Binary 11000011 10000101 101101 0 100000 1001101 11000 100011 111110 101111

Color Harmonies of #C3852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3852D

Black with #C3852D

Text Example


Text Example

White with #C3852D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3852D; }

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

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

background-color css

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

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

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

border-color css

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

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

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