Html Css Color HEX #C38325 Geebung

📋 copy color: '#C38325'

red 195 ◦ green 131 ◦ blue 37

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

Shades of Geebung #C38325

Tints of Geebung #C38325

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.09%

 BLUE value IS 37 (14.84% from 255) = 10.19%

R = 53.72%
G = 36.09%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C38325 (or 0xC38325) is known color: Geebung. HEX triplet: C3, 83 and 25. RGB value is (195,131,37). Sum of RGB (Red+Green+Blue) = 195+131+37=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 37 (14.84% from 255 or 10.19% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C38325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38325 is #3C7CDA. Grayscale: #8B8B8B. Windows color (decimal): -3964123 or 2458563. OLE color: 2458563.

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

Color convert

RGB 195 131 37 -
CMYK 0 0.33 0.81 0.24
HSL 35.7º 0.68% 0.45% -
HSV(B) 35.7º 0.81% 0.76% -
XYZ 30.96 27.97 5.52 -
YUV 139.42 70.2 167.64 -
System Red Green Blue C M Y K H S L
Decimal 195 131 37 0 0.33 0.81 0.24 35.7 0.68 0.45
Hex C3 83 25 0 21 51 18 24 44 2D
Octal 303 203 45 0 41 121 30 44 104 55
Binary 11000011 10000011 100101 0 100001 1010001 11000 100100 1000100 101101

Color Harmonies of #C38325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38325

Black with #C38325

Text Example


Text Example

White with #C38325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38325; }

 p { color: rgb(195,131,37); }

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

background-color css

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

 a { background-color: rgb(195,131,37); }

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

border-color css

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

 span { border-color: rgb(195,131,37); }

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