Html Css Color HEX #3A380F Karaka

📋 copy color: '#3A380F'

red 58 ◦ green 56 ◦ blue 15

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

Shades of Karaka #3A380F

Tints of Karaka #3A380F

RGB

 RED value IS 58 (23.05% from 255) = 44.96%

 GREEN value IS 56 (22.27% from 255) = 43.41%

 BLUE value IS 15 (6.25% from 255) = 11.63%

R = 44.96%
G = 43.41%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.77

RGB Variations

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

Color information

#3A380F (or 0x3A380F) is known color: Karaka. HEX triplet: 3A, 38 and 0F. RGB value is (58,56,15). Sum of RGB (Red+Green+Blue) = 58+56+15=129 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.96% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 15 (6.25% from 255 or 11.63% from 129); Max value from RGB is 58 - color contains mainly: red. Hex color #3A380F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A380F is #C5C7F0. Grayscale: #343434. Windows color (decimal): -12961777 or 997434. OLE color: 997434.

HSL color Cylindrical-coordinate representation of color #3A380F: hue angle of 57.21º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A380F is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 56 15 -
CMYK 0 0.03 0.74 0.77
HSL 57.21º 0.59% 0.14% -
HSV(B) 57.21º 0.74% 0.23% -
XYZ 3.25 3.76 1.01 -
YUV 51.92 107.16 132.33 -
System Red Green Blue C M Y K H S L
Decimal 58 56 15 0 0.03 0.74 0.77 57.21 0.59 0.14
Hex 3A 38 F 0 3 4A 4D 39 3B E
Octal 72 70 17 0 3 112 115 71 73 16
Binary 111010 111000 1111 0 11 1001010 1001101 111001 111011 1110

Color Harmonies of #3A380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A380F

Black with #3A380F

Text Example


Text Example

White with #3A380F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A380F; }

 p { color: rgb(58,56,15); }

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

background-color css

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

 a { background-color: rgb(58,56,15); }

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

border-color css

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

 span { border-color: rgb(58,56,15); }

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